Q3Mesh_New
You can use theQ3Mesh_New
function to create a new mesh.
TQ3GeometryObject Q3Mesh_New (void);DESCRIPTION
TheQ3Mesh_New
function returns, as its function result, a new mesh. The new mesh is empty; you need to call other QuickDraw 3D routines to add vertices and faces to the mesh. If a new mesh could not be created,Q3Mesh_New
returns the valueNULL
.